ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLineBase<T> Class / SampleCount Property






In This Topic
    SampleCount Property (TrendLineBase<T>)
    In This Topic
    Gets or sets the sample count for function calculation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property SampleCount As System.Integer
    'Usage
     
    
    Dim instance As TrendLineBase(Of T)
    Dim value As System.Integer
     
    instance.SampleCount = value
     
    value = instance.SampleCount
    [System.ComponentModel.DefaultValue(100)]
    public System.int SampleCount {get; set;}
    public read-write property SampleCount: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(100)
    public function get,set SampleCount : System.int
    [System.ComponentModel.DefaultValue(100)]
    public: __property System.int get_SampleCount();
    public: __property void set_SampleCount( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(100)]
    public:
    property System.int SampleCount {
       System.int get();
       void set (    System.int value);
    }
    See Also